home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
dev
/
www_talk.930
/
000271_emv@garnet.msen.com _Fri Oct 30 06:20:03 1992.msg
< prev
next >
Wrap
Internet Message Format
|
1994-01-24
|
2KB
Return-Path: <emv@garnet.msen.com>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA23573; Fri, 30 Oct 92 06:20:03 MET
Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
id AA22271; Fri, 30 Oct 92 06:32:08 +0100
Received: by garnet.msen.com (/\==/\ Smail3.1.25.1 #25.5)
id <m0mkowZ-00008WC@garnet.msen.com>; Fri, 30 Oct 92 00:30 WET
Message-Id: <m0mkowZ-00008WC@garnet.msen.com>
To: www-talk@nxoc01.cern.ch
Subject: port to bsdi / TOUPPER problem
Date: Fri, 30 Oct 92 00:30:33 EST
From: Edward Vielmetti <emv@msen.com>
Hi. I am porting WWW to BSDI. So far mostly so good, here are some
notes.
There are some stray dependencies in the Line Mode makefiles that point
hard coded paths at /tmp for making stuff. /tmp here is tiny, so I
put the stuff in $(HOME)/tmp, but that didn't quite do the job.
It took some amount of fiddling to get everything to build in the
right place, I hacked at it until it all compiled ok but will have
to go back and see what exactly it was that I did...
HTFile.c didn't compile until I commented out one of the two times
that "tcp.h" was included - the compiler complained about a duplicate
definition of "struct stat".
After all that it compiles fine and seems to work, and 'www -source'
prints out what looks like real genuine HTML sources. However, it
appears that there's some critical place where TOUPPER is not working
right, since the lower-case <a href=foo:bar>foobar</a> tags don't
get recognized, and the upper-case <TITLE>foobar</TITLE> tags do.
This kind of ruins the hypertext effect :)
thanks,
--Ed